home *** CD-ROM | disk | FTP | other *** search
-
-
-
- SSSSCCCCRRRR____DDDDUUUUMMMMPPPP((((4444)))) SSSSCCCCRRRR____DDDDUUUUMMMMPPPP((((4444))))
-
-
-
- NNNNAAAAMMMMEEEE
- scr_dump - format of curses screen image file.
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ssssccccrrrr____dddduuuummmmpppp(file)
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _c_u_r_s_e_s(3X) function _s_c_r__d_u_m_p() will copy the contents of the screen
- into a file. The format of the screen image is as described below.
-
- The name of the tty is 20 characters long and the modification time (the
- _m_t_i_m_e of the tty that this is an image of) is of the type _t_i_m_e__t. All
- other numbers and characters are stored as _c_h_t_y_p_e (see <<<<ccccuuuurrrrsssseeeessss....hhhh>>>>). No
- newlines are stored between fields.
-
- <magic number: octal 0433>
- <name of tty>
- <mod time of tty>
- <columns> <lines>
- <line length> <chars in line>for each line on the screen
- <line length> <chars in line>
- .
- .
- .
- <labels?> 1111, if soft screen labels are present
- <cursor row> <cursor column>
-
- Only as many characters as are in a line will be listed. For example, if
- the <_l_i_n_e _l_e_n_g_t_h> is 0000, there will be no characters following <_l_i_n_e
- _l_e_n_g_t_h>. If <_l_a_b_e_l_s?> is TRUE, following it will be
-
- <number of labels>
- <label width>
- <chars in label 1>
- <chars in label 2>
- .
- .
- .
-
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- curses(3X).
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-